home *** CD-ROM | disk | FTP | other *** search
/ BBS in a Box 7 / BBS in a Box - Macintosh - Volume VII (BBS in a Box) (January 1993).iso / Files / Hyper / P / PopAlert.cpt / PopAlert / card_3973.txt < prev    next >
Text File  |  1988-01-31  |  1KB  |  36 lines

  1. -- card: 3973 from stack: in
  2. -- bmap block id: 0
  3. -- flags: 0000
  4. -- background id: 2733
  5. -- name: 
  6.  
  7.  
  8. -- part 1 (field)
  9. -- low flags: 01
  10. -- high flags: 0000
  11. -- rect: left=48 top=57 right=299 bottom=485
  12. -- title width / last selected line: 0
  13. -- icon id / first selected line: 0 / 0
  14. -- text alignment: 0
  15. -- font id: 0
  16. -- text size: 12
  17. -- style flags: 8192
  18. -- line height: 16
  19. -- part name: 
  20.  
  21.  
  22. -- part contents for card part 1
  23. ----- text -----
  24. IconId - Id of icon to be drawn in the alert box. If IconId is 0, PopAlert will draw the Icon used the last time the alert box was displayed.
  25. Title - Short title for the alert box. Usually is either STOP, NOTE, or CAUTION.
  26. Message - Message to be displayed on the alert box.
  27.  
  28. PopAlert returns the  following values:
  29. 2 ¬†if  user clicked on "CANCEL" button,
  30. 1¬† if  user clicked  on  "OK" or "CONTINUE" button,
  31. 0¬† if  any parameter is missing or any parameter is out of range,
  32. -1 if  the alert template or its item list is not in the resource file,
  33. -2 if IconId  selected by user is not in the resource file.
  34.  
  35. In order to use PopAlert the following resources should be in your stacks:
  36. ( you can copy or move these resources using ResEdit or the stack ResCopy )